![]() |
GetCollectionExceptionProc |
||||
Header: | Collections.h | Carbon status: | Supported | |
Obtains a pointer to the exception procedure installed in a specified collection.
CollectionExceptionUPP GetCollectionExceptionProc ( Collection c );
A reference to the collection object whose exception procedure you want to determine. The behavior of this function is undefined if you do not provide a reference to a valid collection object.
A pointer to the exception procedure installed in the c collection object.
To install a new exception procedure in a collection object, use the SetCollectionExceptionProc function.
For more information about exception procedures, see CollectionExceptionProcPtr.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)